net.nssConf.err (field)
9 uses
net (current package)
conf.go#L347: if errors.Is(nss.err, fs.ErrNotExist) || (nss.err == nil && len(srcs) == 0) {
conf.go#L357: if nss.err != nil {
nss.go#L98: err error // any error encountered opening or parsing the file
nss.go#L152: return &nssConf{err: err}
nss.go#L157: return &nssConf{err: err}
nss.go#L174: conf.err = errors.New("no colon on line")
nss.go#L198: conf.err = errors.New("unclosed criterion bracket")
nss.go#L204: conf.err = errors.New("invalid criteria: " + srcs[1:bclose])
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |